JS DOM操作 函数 事件 阻止事件冒泡
一 函数 1、字符串函数 s.tolowerCase( ); -- 变小写 s.toupperCase( ); -- 变大写 s.substr( 2 , 8 ); ...
一 函数 1、字符串函数 s.tolowerCase( ); -- 变小写 s.toupperCase( ); -- 变大写 s.substr( 2 , 8 ); ...